Omitting/Inserting HTML in the Packager Process
WCD Cut Omits HTML from the Packaging process.
WCD Insert Includes HTML in the Packaging process, but excludes it from normal browser operations.
To use WCD Cut: Enclose the HTML that you wish to omit from the Packaging process between the following two comment lines:
<!--WCD_CUT-->
HTML to exclude
<!-- /WCD_CUT -->
To use WCD Insert: Place all the HTML you wish to insert in the WCD Insert comment block of the following format:
<!--WCD_INSERT
HTML to insert
. . . -->
The HTML in the WCD Insert comment block will be treated as a comment by a Web browser. After WebCD Packager retrieves this document, it will strip out the comment tag and process the HTML inside the comment tag as normal HTML.
Note Comments cannot be embedded (nested) in the inserted HTML.